home *** CD-ROM | disk | FTP | other *** search
/ FEMA National Fire Acade…ulation: Casper Hall Dorm / FEMA National Fire Academy Simulation: Casper Hall Dorm.iso / database / dbLocal.mdb / tblOrgTypeLookUp.json < prev    next >
JavaScript Object Notation  |  1999-09-27  |  305b

  1. {
  2.     "schema": {
  3.         "Code": "Text (1) NOT NULL",
  4.         "Description": "Text (20) NOT NULL"
  5.     },
  6.     "data": [
  7.         {
  8.             "Code": "1",
  9.             "Description": "1 All Paid"
  10.         },
  11.         {
  12.             "Code": "2",
  13.             "Description": "2 Volunteer/Call"
  14.         },
  15.         {
  16.             "Code": "3",
  17.             "Description": "3 Combination"
  18.         },
  19.         {
  20.             "Code": "4",
  21.             "Description": "4 Disaster Reservist"
  22.         },
  23.         {
  24.             "Code": "0",
  25.             "Description": "0 No Response"
  26.         }
  27.     ]
  28. }